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