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