public ActionResult Get(int id) { return(ResultData(NoticeService.Get <NoticeDto>(n => n.Id == id))); }