public List <ParameterEntities> GetListParameter(string parentCategory, string category)
 {
     return(iRepository.GetListParameter(parentCategory, category));
 }