/// <summary>
 /// Create a new HoraSector object.
 /// </summary>
 /// <param name="idHoraSector">Initial value of the IdHoraSector property.</param>
 public static HoraSector CreateHoraSector(global::System.Int32 idHoraSector)
 {
     HoraSector horaSector = new HoraSector();
     horaSector.IdHoraSector = idHoraSector;
     return horaSector;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HoraSector EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHoraSector(HoraSector horaSector)
 {
     base.AddObject("HoraSector", horaSector);
 }