public object this[string index]
 {
     get{
         return(ModelInstance.GetType().GetProperty(index).GetValue(ModelInstance));
     }
 }