public UserProfileObject GetDepotAdmin(int depotId) { try { return(_depotManager.GetDepotAdmin(depotId)); } catch (Exception ex) { ErrorLogger.LoggError(ex.StackTrace, ex.Source, ex.Message); return(new UserProfileObject()); } }