public IHttpActionResult GetFindByStatus(string Type) { return(Ok((Service.FindByType(Type) != null) ? new { Status = true } : new { Status = false })); }