public HttpResponseMessage Get([FromUri] int CompanyId)
 {
     return(Request.CreateResponse(HttpStatusCode.OK, Holiday.GetDetails(CompanyId)));
 }