public List <Coach> GetAllIncludePerson()
 {
     return(_repository.GetAllIncludePerson());
 }