public IEnumerable <Order> GetAll() { try { return(orderBL.GetAll()); } catch (Exception e) { Logger.Log.Error(e.StackTrace); return(null); } }