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