public Athlete GetByEmail(string email)
 {
     return(_athleteRepository.GetByEmail(email));
 }