public IEnumerable <BILL> SearchBy_CustomerName(string name)
 {
     return(bill_dal.SearchBy_CustomerName(name));
 }