public void SetLoginTela(LOGIN_TELA item) { var db = new bancodadosEntities(); db.AddToLOGIN_TELA(item); db.SaveChanges(); }