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