public IActionResult Get(int id)
 {
     return(Ok(_proposalService.GetbyIdVm(id)));
 }