public IntervalsForWorkDaysRepository(IDBClient dbClient)
 {
     _intervalsForWorkDays = dbClient.GetIntervalsForWorkDaysCollection();
 }