public TareaController(BdAppIndevelupContext context)
 {
     this._context = context;
 }
 public UsuarioController(BdAppIndevelupContext context)
 {
     this._context = context;
 }