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