public void FindAll() { try { BL.Internal.Unknown blUnk = new BL.Internal.Unknown(); gdcUnknown.DataSource = blUnk.GetAll(); } catch (System.Exception exception1) { System.Exception innerException = exception1; throw new System.Exception(MethodBase.GetCurrentMethod().Name, innerException); } }