internal List <BuyerR> GetBuyerListByName(string Ocode, string BuyerNameL) { return(_BuyerDal.GetBuyerListByName(Ocode, BuyerNameL)); }