public string REST_CustomerInformation(string AgreementNo)
 {
     return(_func.JsonSerialize(_cust.CustomerInformation(AgreementNo)));
 }