public IEnumerable <ServicioViewModel> GetServiciosByCategory(string name)
 {
     return(servicioRepository.GetServiciosByCategory(name));
 }