public SexoService()
 {
     _db = new ProjetoAprendizadoContext();
 }
 public UsuarioServices()
 {
     _db = new ProjetoAprendizadoContext();
 }