public ActionResult AddEditAttachment() { var results = _repository.GetAllAttachment(); return(View(results)); }