public IList <FlagSetting> Get(int skip = 0, int take = -1)
 {
     return(_repository.GetMany <FlagSetting>().ToList());
 }