public void DestroyObject(int aObjectId)
 {
     serverNet.Destroy(aObjectId);
 }