public Formation GetOnebyCoach(Guid idCoach)
 {
     return(_repository.GetOneByCoach(idCoach));
 }