protected static Format CreateFormat(string name) {
   var format = new Format { Name = name };
   Session.Save(format);
   return format;
 }