public bool VerifyCategory(string categoryName)
 {
     return(categoryRepository.VerifyCategory(categoryName));    //Verifying service existance
 }