private void frmPatientBills_Load(object sender, EventArgs e)
 {
     selectClass.viewBills(dataGridView1);
     selectClass.calcBilling(label1);
 }