private KeyValuePair <PayMethod, string> SelectMethod(PayMethod method)
 {
     return(PayMethods.Single(x => x.Key == method));
 }