public static bool LoadFromFile(string fileName, out PRSC_MT110101UK07Patient obj)
 {
     System.Exception exception = null;
     return(LoadFromFile(fileName, out obj, out exception));
 }
 public static bool Deserialize(string xml, out PRSC_MT110101UK07Patient obj)
 {
     System.Exception exception = null;
     return(Deserialize(xml, out obj, out exception));
 }