public IEnumerable <Diagnosi> Get(string PatientId) { IEnumerable <Diagnosi> patdemo = repository.GebyUserId(PatientId); return(patdemo); }