public bool Post([FromBody] Proposal c) { using (var db = DBConnection.GetConnection()) { return(Proposal.Persist <Proposal>(db, c)); } }