public List <IUserSchedule> GetUserScheduleById(int userId)
 {
     return(_userRetriever.GetUserSchedule(userId));
 }