public ActionResult Edit(int id = 1)
 {
     return(View(_mapperToViewModel.Map(_agreementService.GetAgreement(id))));
 }