public static List <Media> getMediaTop5(string UserId, int Type) { return(MediaDAL.getMediaTop5(UserId, Type)); }