public IEnumerable <Vote> GetDayVotes(string type, string apiname) { return(favoriteService.GetVotesD(type, apiname)); }