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