public decimal EmpLeaveTaken(int empid, DateTime LeaveSettingDate) { return(_controller.TotalleaveTaken(empid, LeaveSettingDate)); }