public void RequestSendCheckin(int placeID, string time)
 {
     _Packet.RequestSendCheckin(placeID, time);
 }