/// <summary>
 /// Create a new ROLES object.
 /// </summary>
 /// <param name="iD_ROL">Initial value of the ID_ROL property.</param>
 /// <param name="nOMBRE_ROL">Initial value of the NOMBRE_ROL property.</param>
 public static ROLES CreateROLES(global::System.String iD_ROL, global::System.String nOMBRE_ROL)
 {
     ROLES rOLES = new ROLES();
     rOLES.ID_ROL = iD_ROL;
     rOLES.NOMBRE_ROL = nOMBRE_ROL;
     return rOLES;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ROLES EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToROLES(ROLES rOLES)
 {
     base.AddObject("ROLES", rOLES);
 }