public Plate_Plate Copy(Plate_Plate Ref)
 {
     throw new NotImplementedException();
 }
 public Plate_Plate(Plate_Plate Ref)
     : base()
 {
     throw new NotImplementedException();
 }