/// <summary>
 ///     Gets all assets
 /// </summary>
 /// <returns>All assets</returns>
 public static List <AssetModel> GetAllAssets()
 {
     return(InventoryDal.GetAllAssets());
 }