public void DeleteCategory(int categoryId)
 {
     categoryRepository.DeleteCategory(categoryId);         //Deleting service from the database
 }