public int everyDayStatisticsLogic(int userId, EveryDayProfileStatisticsModel model)
 {
     return(dataAccess.everyDayStatistics(userId, model));
 }