public UsuarioController(IAppServicoUsuario appServicoUsuario)
 {
     _appServicoUsuario = appServicoUsuario;
 }