public HourReportModel GetStudentsHourReport(string accountId)
 {
     return(_hoursServices.HourReport(accountId));
 }