public static ResultadoPorSP AgregarUsuario(Usuario usuario) { try { return(UsuarioDAL.AgregarUsuarios(usuario)); } catch (Exception) { throw; } }