public IEnumerable <Problems> GetProblemsForPatient(int patientId) { return(_problemsService.GetAllProblemsByPatientId(patientId)); }