/// <summary>
 /// Deprecated Method for adding a new object to the VW_RequisitionsByEmployee EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVW_RequisitionsByEmployee(VW_RequisitionsByEmployee vW_RequisitionsByEmployee)
 {
     base.AddObject("VW_RequisitionsByEmployee", vW_RequisitionsByEmployee);
 }
 /// <summary>
 /// Create a new VW_RequisitionsByEmployee object.
 /// </summary>
 /// <param name="requisitionForm">Initial value of the RequisitionForm property.</param>
 /// <param name="dateRequested">Initial value of the DateRequested property.</param>
 /// <param name="withSpecial">Initial value of the WithSpecial property.</param>
 /// <param name="department">Initial value of the Department property.</param>
 /// <param name="departmentID">Initial value of the DepartmentID property.</param>
 public static VW_RequisitionsByEmployee CreateVW_RequisitionsByEmployee(global::System.String requisitionForm, global::System.DateTime dateRequested, global::System.String withSpecial, global::System.String department, global::System.Int32 departmentID)
 {
     VW_RequisitionsByEmployee vW_RequisitionsByEmployee = new VW_RequisitionsByEmployee();
     vW_RequisitionsByEmployee.RequisitionForm = requisitionForm;
     vW_RequisitionsByEmployee.DateRequested = dateRequested;
     vW_RequisitionsByEmployee.WithSpecial = withSpecial;
     vW_RequisitionsByEmployee.Department = department;
     vW_RequisitionsByEmployee.DepartmentID = departmentID;
     return vW_RequisitionsByEmployee;
 }