/// <summary>
 /// Create a new ObjectiveSpecialYear object.
 /// </summary>
 /// <param name="objectiveSpecialYearID">Initial value of the ObjectiveSpecialYearID property.</param>
 /// <param name="yearT">Initial value of the YearT property.</param>
 /// <param name="f1StartMonth">Initial value of the F1StartMonth property.</param>
 public static ObjectiveSpecialYear CreateObjectiveSpecialYear(global::System.Int32 objectiveSpecialYearID, global::System.Int32 yearT, global::System.Int32 f1StartMonth)
 {
     ObjectiveSpecialYear objectiveSpecialYear = new ObjectiveSpecialYear();
     objectiveSpecialYear.ObjectiveSpecialYearID = objectiveSpecialYearID;
     objectiveSpecialYear.YearT = yearT;
     objectiveSpecialYear.F1StartMonth = f1StartMonth;
     return objectiveSpecialYear;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ObjectiveSpecialYears EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToObjectiveSpecialYears(ObjectiveSpecialYear objectiveSpecialYear)
 {
     base.AddObject("ObjectiveSpecialYears", objectiveSpecialYear);
 }