public bool AddList(List <SecurityModels.Permission> models) { return(_repository.AddList(models)); }