namespace RokettoLaunch.Models { public class NewFormModel { public int ColumnCount { get; set; } = 8; public int GroupCount { get; set; } = 1; } }