public BillPramotion Post(BillPramotion pramotion) { try { context.AddBillPramtion(pramotion); return(pramotion); } catch (Exception ex) { return(null); } }