public async Task <bool> Remove(int _id)
 {
     return(await svcStockIssueDocketType.Remove(_id));
 }