public boolean removeLocationMsgReceiver(LocationMsgReceiver receiver) {
   return receiverList.removeReceiver(receiver);
 }