public void UpdateCategoria(Tblcategoria categoria)
 {
     CrudMySql.UpdateCategoria(categoria);
 }