public ServiceCategory GetCategoryById(int categoryId)
 {
     return(categoryRepository.GetCategoryById(categoryId));    //Getting a particular service from the database
 }