public BillEntity GetForm(int keyValue) { var billEntity = service.FindEntity(t => t.id == keyValue); return(billEntity); }