public async Task <int> Edit([FromBody] ProposalModel model)
 {
     return(await repo.Edit(model));
 }