Employees_class = function() {};
Object.extend(Employees_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchEmployees: function(_Search, _Dep, _Branch) {
		return this.invoke("SearchEmployees", {"_Search":_Search, "_Dep":_Dep, "_Branch":_Branch}, this.SearchEmployees.getArguments().slice(3));
	},
	FillDataSetSession: function() {
		return this.invoke("FillDataSetSession", {}, this.FillDataSetSession.getArguments().slice(0));
	},
	url: '/ajaxpro/Origo.Krabb.Elements.EmployeeSearchAjax,krabb_is.ashx'
}));
Employees = new Employees_class();

