void btnSearchAcronym_ItemClick(object sender, ItemClickEventArgs e)
 {
     _acronymManager.SearchAcronymsByNameOrDescription(true);
 }