public UsersController()
 {
     db = new kpillerEntities();
 }
 public TransactionController()
 {
     db = new kpillerEntities();
 }