public TimeSheetsEntity GetByUserId(int UserID, DateTime Day) { return(mgr.GetByUserId(UserID, Day)); }