public void ChangeSubscriptionOwner(string SubscriptionID, string NewOwner)
 {
     rs.ChangeSubscriptionOwner(SubscriptionID, NewOwner);
 }