public int insertarUsuario(Usuarios user) { DAOUsuarios daoUser = new DAOUsuarios(); return(daoUser.insertarUsuario(user)); }