public List <TimeSheetActivityLog> GetByTimeSheet(int activityId)
 {
     return(_activitiesMethods.GetByActivity(activityId));
 }