public static String GetBuyerNick(string buyerID, string sellerNick) { return(BuyerDAL.GetBuyerNick(buyerID, sellerNick, Users.SellerId)); }