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