public IEnumerable <Categoria> GetAll()
 {
     return(_categoriaDAL.GetAll());
 }