public void CommandRecordsFull()
 {
     recordManager.GetAllRecords().ForEach(r => r.PrintFullInfo());
 }