public void RemoveProductFromVariant(Guid?ProductID) { _db.RemoveProductFromVariant(ProductID, _UserName); }