public static IList <AddressInfo> GetAddressList(int startRowIndexId, int maxNumberRows, string type, string key) { return(dal.GetAddressList(startRowIndexId, maxNumberRows, type, key)); }