public IHttpActionResult GetCount()
 {
     return(Ok(_business.GetCount()));
 }