public static GenerateCashSheetModel GetGeneratedCashSheet(int empId, int departmentid, DateTime date) { return(WayBillRepository.GetCashSheetDetails(empId, departmentid, date)); }