public IEnumerable <ActivityDto> GetActivtyStream(int count)
 {
     return(teamManager.GeActivityItems(count));
 }