public UsuarioController(Grupos grupos, TrocaSenhaService trocaSenhaService)
 {
     this.grupos = grupos;
     this.trocaSenhaService = trocaSenhaService;
 }
 public UsuarioController(Grupos grupos, TrocaSenhaService lembraSenhaService)
 {
     this.grupos = grupos;
     this.lembraSenhaService = lembraSenhaService;
 }