public string GetPracticeName(int practiceID)
 {
     return(repository.GetPracticeName(practiceID));
 }