public static function updateFeeAction()
 {
     $feeRepository = new FeeModel();
     $feeRepository->updateFee($_POST);
     header("Location: /ListFees");
 }