public int GetRaters(int photoId)
 {
     return(votingService.GetRaters(photoId));
 }