public IList <Proveedor> ConsultarProveedores(string condiciones) { return(oProveedorDao.GetProveedores(condiciones)); }