internal List <Com_Buyer_Setup> GetBuyerByType(string BuyerType) { return(_BuyerDal.GetBuyerByType(BuyerType)); }