public void MuteTransfer(string OtherDN, string location, KeyValueCollection userData, KeyValueCollection reasons, KeyValueCollection extensions)
 {
     RequestAgentTransfer.MuteTransfer(OtherDN, location, userData, reasons, extensions);
     HoldingFlagStatus(PhoneFunctions.CompleteTransfer);
 }