public string GetSystemName() { Functions F = new Functions(); string SystemName = F.GetSystemName(); return SystemName; }