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