public async Task <ActionResult> GetLogons(DataTablesModel param) { return(DataTable(await UserReader.GetLogonDataTable(param))); }