public GetLostItem(Api_Itemget itemget)
 {
     this.Type = (ItemType)itemget.api_id;
     this.Count = itemget.api_getcount;
 }