public int GetAllAcceptedTestimonialCount(string gender)
 {
     return(_testimonialRepository.CountAcceptedTestimonials(true, gender));
 }