private void Memory()
 {
     objects.text = "" + performanceMonitor.GetAllocatedMemoryInBytes() / 1000000;
 }