/// <summary>
 /// Create a new vw_deptreq object.
 /// </summary>
 /// <param name="department_Name">Initial value of the Department_Name property.</param>
 /// <param name="place">Initial value of the Place property.</param>
 public static vw_deptreq Createvw_deptreq(global::System.String department_Name, global::System.String place)
 {
     vw_deptreq vw_deptreq = new vw_deptreq();
     vw_deptreq.Department_Name = department_Name;
     vw_deptreq.Place = place;
     return vw_deptreq;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_deptreq EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_deptreq(vw_deptreq vw_deptreq)
 {
     base.AddObject("vw_deptreq", vw_deptreq);
 }