public List <OrganizationInfo> GetList(string textWhere, string textOrder) { return(dal.GetList(textWhere, textOrder)); }