public Comment()
 {
     Grid = new PesquisarPageBase <IBaseVM>();
 }
 public Blog()
 {
     Grid = new PesquisarPageBase <IBaseVM>();
 }