public DataTable LeaveSearchByDateLimitBLL(int employeeId, DateTime startDate, DateTime endDate) { DataTable dataTable = leaveDAL.LeaveSearchByDateLimitDAL(employeeId, startDate, endDate); return(dataTable); }