public static DataTable GetAllByProductId(int ProductId) { return(ReviewRepository.GetAllByProductId(ProductId)); }