private void PopulateListOfProperties()
 {
     gridProperties.DataSource = schemaObject.GetMethodProperties(schemaMethod);
 }