public Task <ItemsDetailEntity> GetForm(string keyValue)
 {
     return(service.FindEntityAsync(keyValue));
 }