foreach(DevExpress.XtraEditors.Controls.CheckedListBoxItem item in ckList.CheckedItems) {
DisbursementSupportingDocuments s = new DisbursementSupportingDocuments() {};
s.Save();
// MsgBox.Information(item.Value.ToString);
}
foreach(DevExpress.XtraEditors.Controls.CheckedListBoxItem item in ckList.CheckedItems) {
DisbursementSupportingDocuments s = new DisbursementSupportingDocuments() {};
s.Save();
// MsgBox.Information(item.Value.ToString);
}