public IEnumerable <ProductInfo> GetByProductName(string name) { return(_dal.GetByProductName(name)); }