public MPMerchantLandlordModel()
 {
     Questions = new MPMerchantLandlordQuestionsModel();
     LandlordAddress = new MPMerchantAddressInfoModel();
 }
 public MPMerchantContactDetailModel()
 {
     Contact = new MPMerchantContactsModel();
     Address = new MPMerchantAddressInfoModel();
 }
 public MPMerchantOwnerDetailModel()
 {
     Owner = new MPMerchantOwnersModel();
     Address = new MPMerchantAddressInfoModel();
 }