/**
  *
  * Starts a transaction
  */
 public function startTransaction()
 {
     return $this->db->StartTrans();
 }