/// <summary>
 /// Create a new vw_Drivers object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="dateOfBirth">Initial value of the DateOfBirth property.</param>
 /// <param name="driverLicenseNumber">Initial value of the DriverLicenseNumber property.</param>
 /// <param name="dLState">Initial value of the DLState property.</param>
 /// <param name="safeDrivingSchool">Initial value of the SafeDrivingSchool property.</param>
 /// <param name="quoteID">Initial value of the QuoteID property.</param>
 public static vw_Drivers Createvw_Drivers(global::System.Int32 id, global::System.String firstName, global::System.String lastName, global::System.DateTime dateOfBirth, global::System.String driverLicenseNumber, global::System.Int32 dLState, global::System.Boolean safeDrivingSchool, global::System.Int32 quoteID)
 {
     vw_Drivers vw_Drivers = new vw_Drivers();
     vw_Drivers.ID = id;
     vw_Drivers.FirstName = firstName;
     vw_Drivers.LastName = lastName;
     vw_Drivers.DateOfBirth = dateOfBirth;
     vw_Drivers.DriverLicenseNumber = driverLicenseNumber;
     vw_Drivers.DLState = dLState;
     vw_Drivers.SafeDrivingSchool = safeDrivingSchool;
     vw_Drivers.QuoteID = quoteID;
     return vw_Drivers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_Drivers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_Drivers(vw_Drivers vw_Drivers)
 {
     base.AddObject("vw_Drivers", vw_Drivers);
 }