public Container(int id, ContainerTypeOld type, string title)
 {
     ID    = id;
     Title = title;
     Type  = ConvertType.ToNew(type);
 }