public Proposal Get(int id) { using (var db = DBConnection.GetConnection()) { return(Proposal.GetById <Proposal>(db, id)); } }