/// <summary>
 /// Deprecated Method for adding a new object to the perfiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToperfiles(perfiles perfiles)
 {
     base.AddObject("perfiles", perfiles);
 }
 /// <summary>
 /// Create a new perfiles object.
 /// </summary>
 /// <param name="idPerfil">Initial value of the idPerfil property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 /// <param name="descrpcion">Initial value of the Descrpcion property.</param>
 /// <param name="activo">Initial value of the Activo property.</param>
 public static perfiles Createperfiles(global::System.Int32 idPerfil, global::System.String nombre, global::System.String descrpcion, global::System.Boolean activo)
 {
     perfiles perfiles = new perfiles();
     perfiles.idPerfil = idPerfil;
     perfiles.Nombre = nombre;
     perfiles.Descrpcion = descrpcion;
     perfiles.Activo = activo;
     return perfiles;
 }