public List <Bills> GetBillData(CodeFirst.Models.Admin.Bills bill)
 {
     throw new NotImplementedException();
 }
 public Bills AddInPrintBill(CodeFirst.Models.Admin.Bills bill)
 {
     throw new NotImplementedException();
 }