public void SaveReport() { string[] records = RecieveRequest().Split(';'); ServerUtil.SaveRecords(new List <string>(records)); }