function deleteSIT()
{
    $result = manage_salary_item_type::Remove($_POST["salary_item_type_id"]);
    Response::createObjectiveResponse($result, "");
}