//Public Methods public void AddUser(User user) { try { _graphDB.AddUser(user); } catch (Exception) { throw new FaildToConnectDbException(); } }