public void InsertarCategorias(string nombre)
 {
     categoriasdao.Insertar(nombre);
 }