public Doctor FindByCPF(string cpf)
 {
     return(_doctorRepository.FindByCPF(cpf));
 }