/// <summary>
 /// Create a new formOfP object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="descr">Initial value of the Descr property.</param>
 public static formOfP CreateformOfP(global::System.Int32 id, global::System.String descr)
 {
     formOfP formOfP = new formOfP();
     formOfP.ID = id;
     formOfP.Descr = descr;
     return formOfP;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the formOfP EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToformOfP(formOfP formOfP)
 {
     base.AddObject("formOfP", formOfP);
 }