public static List <Product> GetByZone(int siteId, int zoneId) { return(LoadListFromReader(DBProduct.GetByZone(siteId, zoneId), false)); }