public IActionResult Get()
 {
     return(Ok(_proposalService.GetAllVm()));
 }