private List <string> GetAllPropertyNameOfCommentViewModel() { var commentViewModel = new CommentViewModel(); var type = commentViewModel.GetType(); return(ReflectionUtilities.GetAllPropertyNamesOfType(type)); }