public IEnumerable <ServiceCategory> GetCategoryList()
 {
     return(categoryRepository.GetCategoryList());         //Getting the services from the database
 }