public bool Exists(string practice)
 {
     return(repository.Exists(practice));
 }