public ResultViewModel Delete(Categoria categ) { var result = repository.Delete(categ); return(result); }