private void barButtonItem25_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     frmLst_Services afrmLst_Services = new frmLst_Services();
     afrmLst_Services.Show();
 }
 public frmUpd_Services(frmLst_Services afrmLst_Services, int ID)
 {
     InitializeComponent();
     this.afrmLst_Services = afrmLst_Services;
     this.ID = ID;
 }
 public frmIns_Services(frmLst_Services afrmLst_Services)
 {
     InitializeComponent();
     this.afrmLst_Services = afrmLst_Services;
 }