public Bill(int user_Id, DateTime date)
 {
     bill = new DAL.BillDAC();
     this.User_Id1 = user_Id;
     this.Date1 = date;
 }
 public Bill()
 {
     bill = new DAL.BillDAC();
 }