public DataTable GetProductCategory()
 {
     return(billDal.GetCategoryList());
 }