public manager_page_bill()
 {
     InitializeComponent();
     if (frm == null)
     {
         frm = this;
     }
     this.dataGridView5.DataSource = billedit.GET_BILLS();
 }
 static void frm_formclosed(object sender, FormClosedEventArgs e)
 {
     frm = null;
 }