/// <summary>
 /// Create a new calculateAlloted object.
 /// </summary>
 /// <param name="item_Code">Initial value of the Item_Code property.</param>
 public static calculateAlloted CreatecalculateAlloted(global::System.String item_Code)
 {
     calculateAlloted calculateAlloted = new calculateAlloted();
     calculateAlloted.Item_Code = item_Code;
     return calculateAlloted;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the calculateAlloteds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocalculateAlloteds(calculateAlloted calculateAlloted)
 {
     base.AddObject("calculateAlloteds", calculateAlloted);
 }