public bool CheckRegistration(string Email)
 {
     return(_pessoaService.CheckRegistration(Email));
 }