public List <int> GetCasesPerDayLastWeek() { try { return(CaseRepository.FindCasesPerDayLastWeek()); } catch (Exception) { throw; } }