/// <summary> /// Requiere aver pasado por userExist /// </summary> public Usuario GetUser() { try { return(_da.GetUser()); } catch { throw; } }