public bool IsExistCategory(string categoryName)
 {
     isExist = categoryGateway.IsExistCategory(categoryName);
     return(isExist);
 }