public SettController(ISettRepository settRepository)
 {
     _settRepository = settRepository;
 }