public IEnumerable <Categoria> BuscarId(int[] splCategorias)
 {
     return(_categoriaService.BuscarId(splCategorias));
 }