public List <SP_GetEmpAgenda> BLL_GetEmpAgenda(string employeeID, DateTime bookingDate, string sortBy, string sortDir) { return(db.GetEmpAgenda(employeeID, bookingDate, sortBy, sortDir)); }