public UsuarioController()
 {
     context = new TruchaShopContext();
 }
 public ProductoController()
 {
     context = new TruchaShopContext();
 }