public void RequestSendUpdateQuest(int questID, int currentTotal)
 {
     _Packet.RequestSendUpdateQuest(questID, currentTotal);
 }