public CreateMatterViewModel()
        {
            CourtTypes = new List <CourtTypeViewModel>();
            CourtGeographicalJurisdictions = new List <CourtGeographicalJurisdictionViewModel>();
            CourtSittingInCities           = new List <CourtSittingInCityViewModel>();

            Contact1 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact2 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact3 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact4 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact5 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact6 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact7 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact8 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact9 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
            Contact10 = new MatterContactViewModel()
            {
                Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel()
            };
        }
        public CreateMatterViewModel()
        {
            CourtTypes = new List<CourtTypeViewModel>();
            CourtGeographicalJurisdictions = new List<CourtGeographicalJurisdictionViewModel>();
            CourtSittingInCities = new List<CourtSittingInCityViewModel>();

            Contact1 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact2 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact3 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact4 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact5 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact6 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact7 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact8 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact9 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
            Contact10 = new MatterContactViewModel() { Matter = new MatterViewModel(), Contact = new Contacts.ContactViewModel() };
        }