public function removeStaff($id)
 {
     MongoDatabase::removeDataFrom("nhanvien", "MaNV", $id);
 }