public IActionResult Applier(int id)
 {
     return(View(_repo.GetApplier(id)));
 }