public static Boolean UpdateBuyerToBlackList(string buyerId) { return(BuyerDAL.UpdateBuyerToBlackList(buyerId, Users.SellerId)); }