public List <Takmicenje> GetTrenutnaTakmicenjaByClanId(int clanid) { return(_ClanService.GetAktivnaTakmicenja(clanid)); }