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